Authorizations
See the documentation for more information.
Path Parameters
Response
200 - application/json
Example:
[
{
"uuid": "b6840fac-9fc5-3cfe-9fdb-f88efcf34cec",
"name": "Modesta Nienow",
"type": "Other",
"email": "tiffany67@example.org",
"access": {
"is_owner": false,
"data_access": false,
"data_access_expires_at": null,
"can_access_all_assets": false,
"created_at": null,
"updated_at": null
},
"created_at": "2025-09-25T07:17:35.000000Z",
"updated_at": "2025-09-25T07:17:35.000000Z"
},
{
"uuid": "dcc01610-8fda-3198-99ed-46d4473a1560",
"name": "Jackeline Batz",
"type": "Other",
"email": "gherzog@example.org",
"access": {
"is_owner": false,
"data_access": false,
"data_access_expires_at": null,
"can_access_all_assets": false,
"created_at": null,
"updated_at": null
},
"created_at": "2025-09-25T07:17:35.000000Z",
"updated_at": "2025-09-25T07:17:35.000000Z"
}
]